From: Kaushal Modi Date: Wed, 24 Feb 2016 02:30:30 +0000 (+1100) Subject: etc/NEWS: Mention the new second parameter to `package-install' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~578 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b594393;p=emacs.git etc/NEWS: Mention the new second parameter to `package-install' * etc/NEWS: Mention the new second parameter to `package-install' (bug#22784). --- diff --git a/etc/NEWS b/etc/NEWS index 660af784b50..f3bb1a6f211 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -550,6 +550,11 @@ dependencies). This variable can also be manually customized. *** New command `package-install-selected-packages' installs all packages from `package-selected-packages' which are currently missing. +--- +*** `package-install' function now takes a DONT-SELECT argument. If +this function is called interactively or if DONT-SELECT is nil, add the +package being installed to `package-selected-packages'. + --- *** New command `package-autoremove' removes all packages which were installed strictly as dependencies but are no longer needed.